GetVariableValues

Returns all script and repository variables and the current values as a string. If a data source is associated with the script, the current row value is also returned.

Syntax

GetVariableValues()

Return value

Value Description
Value String that includes all script and repository variables and current values. Includes the current row value if the script has an associated data source.

Example

vars = GetVariableValues()

PrintLn vars